Html Css Color HEX #052DBF International Klein Blue

📋 copy color: '#052DBF'

red 5 ◦ green 45 ◦ blue 191

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

Shades of International Klein Blue #052DBF

Tints of International Klein Blue #052DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 79.25%

R = 2.07%
G = 18.67%
B = 79.25%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#052DBF (or 0x052DBF) is known color: International Klein Blue. HEX triplet: 05, 2D and BF. RGB value is (5,45,191). Sum of RGB (Red+Green+Blue) = 5+45+191=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 191 (75% from 255 or 79.25% from 241); Max value from RGB is 191 - color contains mainly: blue. Hex color #052DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052DBF is #FAD240. Grayscale: #313131. Windows color (decimal): -16437825 or 12528901. OLE color: 12528901.

HSL color Cylindrical-coordinate representation of color #052DBF: hue angle of 227.1º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052DBF is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 45 191 -
CMYK 0.97 0.76 0 0.25
HSL 227.1º 0.95% 0.38% -
HSV(B) 227.1º 0.97% 0.75% -
XYZ 10.4 5.67 49.84 -
YUV 49.68 207.75 96.13 -
System Red Green Blue C M Y K H S L
Decimal 5 45 191 0.97 0.76 0 0.25 227.1 0.95 0.38
Hex 5 2D BF 61 4C 0 19 E3 5F 26
Octal 5 55 277 141 114 0 31 343 137 46
Binary 101 101101 10111111 1100001 1001100 0 11001 11100011 1011111 100110

Color Harmonies of #052DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052DBF

Black with #052DBF

Text Example


Text Example

White with #052DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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