Html Css Color HEX #06239C International Klein Blue

📋 copy color: '#06239C'

red 6 ◦ green 35 ◦ blue 156

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

Shades of International Klein Blue #06239C

Tints of International Klein Blue #06239C

RGB

 RED value IS 6 (2.73% from 255) = 3.05%

 GREEN value IS 35 (14.06% from 255) = 17.77%

 BLUE value IS 156 (61.33% from 255) = 79.19%

R = 3.05%
G = 17.77%
B = 79.19%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06239C (or 0x06239C) is known color: International Klein Blue. HEX triplet: 06, 23 and 9C. RGB value is (6,35,156). Sum of RGB (Red+Green+Blue) = 6+35+156=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 156 (61.33% from 255 or 79.19% from 197); Max value from RGB is 156 - color contains mainly: blue. Hex color #06239C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06239C is #F9DC63. Grayscale: #272727. Windows color (decimal): -16374884 or 10232582. OLE color: 10232582.

HSL color Cylindrical-coordinate representation of color #06239C: hue angle of 228.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06239C is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 35 156 -
CMYK 0.96 0.78 0 0.39
HSL 228.4º 0.93% 0.32% -
HSV(B) 228.4º 0.96% 0.61% -
XYZ 6.68 3.64 31.8 -
YUV 40.12 193.39 103.66 -
System Red Green Blue C M Y K H S L
Decimal 6 35 156 0.96 0.78 0 0.39 228.4 0.93 0.32
Hex 6 23 9C 60 4E 0 27 E4 5D 20
Octal 6 43 234 140 116 0 47 344 135 40
Binary 110 100011 10011100 1100000 1001110 0 100111 11100100 1011101 100000

Color Harmonies of #06239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06239C

Black with #06239C

Text Example


Text Example

White with #06239C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06239C; }

 p { color: rgb(6,35,156); }

 H1.HeaderClassName
 {
   color: #06239C;
 }
 .AnyTagClassName
 {
   color: #06239C;
 }
</style>

background-color css

<style>
 a { background-color: #06239C; }

 a { background-color: rgb(6,35,156); }

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

border-color css

<style>
 span { border-color: #06239C; }

 span { border-color: rgb(6,35,156); }

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