Html Css Color HEX #052DBB International Klein Blue

📋 copy color: '#052DBB'

red 5 ◦ green 45 ◦ blue 187

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

Shades of International Klein Blue #052DBB

Tints of International Klein Blue #052DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 78.9%

R = 2.11%
G = 18.99%
B = 78.9%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#052DBB (or 0x052DBB) is known color: International Klein Blue. HEX triplet: 05, 2D and BB. RGB value is (5,45,187). Sum of RGB (Red+Green+Blue) = 5+45+187=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 187 (73.44% from 255 or 78.90% from 237); Max value from RGB is 187 - color contains mainly: blue. Hex color #052DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052DBB is #FAD244. Grayscale: #303030. Windows color (decimal): -16437829 or 12266757. OLE color: 12266757.

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

Color convert

RGB 5 45 187 -
CMYK 0.97 0.76 0 0.27
HSL 226.81º 0.95% 0.38% -
HSV(B) 226.81º 0.97% 0.73% -
XYZ 9.97 5.5 47.55 -
YUV 49.23 205.75 96.45 -
System Red Green Blue C M Y K H S L
Decimal 5 45 187 0.97 0.76 0 0.27 226.81 0.95 0.38
Hex 5 2D BB 61 4C 0 1B E3 5F 26
Octal 5 55 273 141 114 0 33 343 137 46
Binary 101 101101 10111011 1100001 1001100 0 11011 11100011 1011111 100110

Color Harmonies of #052DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052DBB

Black with #052DBB

Text Example


Text Example

White with #052DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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