Html Css Color HEX #052DA3 International Klein Blue

📋 copy color: '#052DA3'

red 5 ◦ green 45 ◦ blue 163

#052DA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #052DA3

Tints of International Klein Blue #052DA3

RGB

 RED value IS 5 (2.34% from 255) = 2.35%

 GREEN value IS 45 (17.97% from 255) = 21.13%

 BLUE value IS 163 (64.06% from 255) = 76.53%

R = 2.35%
G = 21.13%
B = 76.53%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#052DA3 (or 0x052DA3) is known color: International Klein Blue. HEX triplet: 05, 2D and A3. RGB value is (5,45,163). Sum of RGB (Red+Green+Blue) = 5+45+163=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 163 (64.06% from 255 or 76.53% from 213); Max value from RGB is 163 - color contains mainly: blue. Hex color #052DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052DA3 is #FAD25C. Grayscale: #2D2D2D. Windows color (decimal): -16437853 or 10693893. OLE color: 10693893.

HSL color Cylindrical-coordinate representation of color #052DA3: hue angle of 224.81º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052DA3 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 45 163 -
CMYK 0.97 0.72 0 0.36
HSL 224.81º 0.94% 0.33% -
HSV(B) 224.81º 0.97% 0.64% -
XYZ 7.61 4.55 35.13 -
YUV 46.49 193.75 98.41 -
System Red Green Blue C M Y K H S L
Decimal 5 45 163 0.97 0.72 0 0.36 224.81 0.94 0.33
Hex 5 2D A3 61 48 0 24 E1 5E 21
Octal 5 55 243 141 110 0 44 341 136 41
Binary 101 101101 10100011 1100001 1001000 0 100100 11100001 1011110 100001

Color Harmonies of #052DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052DA3

Black with #052DA3

Text Example


Text Example

White with #052DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052DA3; }

 p { color: rgb(5,45,163); }

 H1.HeaderClassName
 {
   color: #052DA3;
 }
 .AnyTagClassName
 {
   color: #052DA3;
 }
</style>

background-color css

<style>
 a { background-color: #052DA3; }

 a { background-color: rgb(5,45,163); }

 div.DivClassName
 {
   background-color: #052DA3;
 }
 .BgClassName
 {
   background-color: #052DA3;
 }
</style>

border-color css

<style>
 span { border-color: #052DA3; }

 span { border-color: rgb(5,45,163); }

 td.TdClassName
 {
   border-color: #052DA3;
 }
 .TagClassName
 {
   border-color: #052DA3;
 }
</style>