Html Css Color HEX #0618AB International Klein Blue

📋 copy color: '#0618AB'

red 6 ◦ green 24 ◦ blue 171

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

Shades of International Klein Blue #0618AB

Tints of International Klein Blue #0618AB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.94%

 BLUE value IS 171 (67.19% from 255) = 85.07%

R = 2.99%
G = 11.94%
B = 85.07%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0618AB (or 0x0618AB) is known color: International Klein Blue. HEX triplet: 06, 18 and AB. RGB value is (6,24,171). Sum of RGB (Red+Green+Blue) = 6+24+171=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 171 (67.19% from 255 or 85.07% from 201); Max value from RGB is 171 - color contains mainly: blue. Hex color #0618AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0618AB is #F9E754. Grayscale: #222222. Windows color (decimal): -16377685 or 11212806. OLE color: 11212806.

HSL color Cylindrical-coordinate representation of color #0618AB: hue angle of 233.45º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0618AB is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 24 171 -
CMYK 0.96 0.86 0 0.33
HSL 233.45º 0.93% 0.35% -
HSV(B) 233.45º 0.96% 0.67% -
XYZ 7.75 3.63 38.82 -
YUV 35.38 204.54 107.05 -
System Red Green Blue C M Y K H S L
Decimal 6 24 171 0.96 0.86 0 0.33 233.45 0.93 0.35
Hex 6 18 AB 60 56 0 21 E9 5D 23
Octal 6 30 253 140 126 0 41 351 135 43
Binary 110 11000 10101011 1100000 1010110 0 100001 11101001 1011101 100011

Color Harmonies of #0618AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0618AB

Black with #0618AB

Text Example


Text Example

White with #0618AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0618AB; }

 p { color: rgb(6,24,171); }

 H1.HeaderClassName
 {
   color: #0618AB;
 }
 .AnyTagClassName
 {
   color: #0618AB;
 }
</style>

background-color css

<style>
 a { background-color: #0618AB; }

 a { background-color: rgb(6,24,171); }

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

border-color css

<style>
 span { border-color: #0618AB; }

 span { border-color: rgb(6,24,171); }

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