Html Css Color HEX #21949B Java

📋 copy color: '#21949B'

red 33 ◦ green 148 ◦ blue 155

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

Shades of Java #21949B

Tints of Java #21949B

RGB

 RED value IS 33 (13.28% from 255) = 9.82%

 GREEN value IS 148 (58.2% from 255) = 44.05%

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

R = 9.82%
G = 44.05%
B = 46.13%

CMYK

 C value IS 0.79

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21949B (or 0x21949B) is known color: Java. HEX triplet: 21, 94 and 9B. RGB value is (33,148,155). Sum of RGB (Red+Green+Blue) = 33+148+155=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #21949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21949B is #DE6B64. Grayscale: #727272. Windows color (decimal): -14576485 or 10196001. OLE color: 10196001.

HSL color Cylindrical-coordinate representation of color #21949B: hue angle of 183.44º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21949B is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 148 155 -
CMYK 0.79 0.05 0 0.39
HSL 183.44º 0.65% 0.37% -
HSV(B) 183.44º 0.79% 0.61% -
XYZ 17.13 23.87 34.71 -
YUV 114.41 150.9 69.93 -
System Red Green Blue C M Y K H S L
Decimal 33 148 155 0.79 0.05 0 0.39 183.44 0.65 0.37
Hex 21 94 9B 4F 5 0 27 B7 41 25
Octal 41 224 233 117 5 0 47 267 101 45
Binary 100001 10010100 10011011 1001111 101 0 100111 10110111 1000001 100101

Color Harmonies of #21949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21949B

Black with #21949B

Text Example


Text Example

White with #21949B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,148,155); }

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

background-color css

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

 a { background-color: rgb(33,148,155); }

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

border-color css

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

 span { border-color: rgb(33,148,155); }

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