Html Css Color HEX #052FB2 International Klein Blue

📋 copy color: '#052FB2'

red 5 ◦ green 47 ◦ blue 178

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

Shades of International Klein Blue #052FB2

Tints of International Klein Blue #052FB2

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.43%

 BLUE value IS 178 (69.92% from 255) = 77.39%

R = 2.17%
G = 20.43%
B = 77.39%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#052FB2 (or 0x052FB2) is known color: International Klein Blue. HEX triplet: 05, 2F and B2. RGB value is (5,47,178). Sum of RGB (Red+Green+Blue) = 5+47+178=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 178 (69.92% from 255 or 77.39% from 230); Max value from RGB is 178 - color contains mainly: blue. Hex color #052FB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052FB2 is #FAD04D. Grayscale: #303030. Windows color (decimal): -16437326 or 11677445. OLE color: 11677445.

HSL color Cylindrical-coordinate representation of color #052FB2: hue angle of 225.43º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052FB2 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 5 47 178 -
CMYK 0.97 0.74 0 0.30
HSL 225.43º 0.95% 0.36% -
HSV(B) 225.43º 0.97% 0.7% -
XYZ 9.11 5.28 42.66 -
YUV 49.38 200.59 96.35 -
System Red Green Blue C M Y K H S L
Decimal 5 47 178 0.97 0.74 0 0.30 225.43 0.95 0.36
Hex 5 2F B2 61 4A 0 1E E1 5F 24
Octal 5 57 262 141 112 0 36 341 137 44
Binary 101 101111 10110010 1100001 1001010 0 11110 11100001 1011111 100100

Color Harmonies of #052FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052FB2

Black with #052FB2

Text Example


Text Example

White with #052FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,47,178); }

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

background-color css

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

 a { background-color: rgb(5,47,178); }

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

border-color css

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

 span { border-color: rgb(5,47,178); }

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