Html Css Color HEX #06239B International Klein Blue

📋 copy color: '#06239B'

red 6 ◦ green 35 ◦ blue 155

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

Shades of International Klein Blue #06239B

Tints of International Klein Blue #06239B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 79.08%

R = 3.06%
G = 17.86%
B = 79.08%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06239B (or 0x06239B) is known color: International Klein Blue. HEX triplet: 06, 23 and 9B. RGB value is (6,35,155). Sum of RGB (Red+Green+Blue) = 6+35+155=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 155 (60.94% from 255 or 79.08% from 196); Max value from RGB is 155 - color contains mainly: blue. Hex color #06239B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06239B is #F9DC64. Grayscale: #272727. Windows color (decimal): -16374885 or 10167046. OLE color: 10167046.

HSL color Cylindrical-coordinate representation of color #06239B: hue angle of 228.32º 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 #06239B is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 35 155 -
CMYK 0.96 0.77 0 0.39
HSL 228.32º 0.93% 0.32% -
HSV(B) 228.32º 0.96% 0.61% -
XYZ 6.59 3.61 31.36 -
YUV 40.01 192.89 103.74 -
System Red Green Blue C M Y K H S L
Decimal 6 35 155 0.96 0.77 0 0.39 228.32 0.93 0.32
Hex 6 23 9B 60 4D 0 27 E4 5D 20
Octal 6 43 233 140 115 0 47 344 135 40
Binary 110 100011 10011011 1100000 1001101 0 100111 11100100 1011101 100000

Color Harmonies of #06239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06239B

Black with #06239B

Text Example


Text Example

White with #06239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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