Html Css Color HEX #0238AB International Klein Blue

📋 copy color: '#0238AB'

red 2 ◦ green 56 ◦ blue 171

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

Shades of International Klein Blue #0238AB

Tints of International Klein Blue #0238AB

RGB

 RED value IS 2 (1.17% from 255) = 0.87%

 GREEN value IS 56 (22.27% from 255) = 24.45%

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

R = 0.87%
G = 24.45%
B = 74.67%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0238AB (or 0x0238AB) is known color: International Klein Blue. HEX triplet: 02, 38 and AB. RGB value is (2,56,171). Sum of RGB (Red+Green+Blue) = 2+56+171=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #0238AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0238AB is #FDC754. Grayscale: #343434. Windows color (decimal): -16631637 or 11220994. OLE color: 11220994.

HSL color Cylindrical-coordinate representation of color #0238AB: hue angle of 220.83º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0238AB is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 56 171 -
CMYK 0.99 0.67 0 0.33
HSL 220.83º 0.98% 0.34% -
HSV(B) 220.83º 0.99% 0.67% -
XYZ 8.79 5.78 39.18 -
YUV 52.96 194.61 91.65 -
System Red Green Blue C M Y K H S L
Decimal 2 56 171 0.99 0.67 0 0.33 220.83 0.98 0.34
Hex 2 38 AB 63 43 0 21 DD 62 22
Octal 2 70 253 143 103 0 41 335 142 42
Binary 10 111000 10101011 1100011 1000011 0 100001 11011101 1100010 100010

Color Harmonies of #0238AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0238AB

Black with #0238AB

Text Example


Text Example

White with #0238AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,56,171); }

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

background-color css

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

 a { background-color: rgb(2,56,171); }

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

border-color css

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

 span { border-color: rgb(2,56,171); }

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